## Golang template for Custom Runtime

### 初始化

```bash
fun init -n go-demo custom-golang
```

### 本地运行

```bash
make local-invoke
```

### 部署

```bash
make deplpy
```